| lcWndWaitPoint | Home |
|
BOOL lcWndWaitPoint ( HANDLE hLcWnd, LPCWSTR szText, double* pXdrw, double* pYdrw ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| szText | |
| Text that will be displayed near cursor. | |
| pXdrw pYdrw | |
| Pointers to variables that will receive drawing's coordinates of the point picked by user. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample |